projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
155e8a4
)
(eldoc): Don't make parent of itself.
author
Andreas Schwab
<schwab@suse.de>
Sat, 2 Dec 2000 20:10:49 +0000
(20:10 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Sat, 2 Dec 2000 20:10:49 +0000
(20:10 +0000)
lisp/emacs-lisp/eldoc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/eldoc.el
b/lisp/emacs-lisp/eldoc.el
index 68415f9fa5f624b4cb230c4a23deedb601983aef..54fbb896b51f6a2a1bc26311d6cd80a43447eb1b 100644
(file)
--- a/
lisp/emacs-lisp/eldoc.el
+++ b/
lisp/emacs-lisp/eldoc.el
@@
-7,7
+7,7
@@
;; Keywords: extensions
;; Created: 1995-10-06
-;; $Id: eldoc.el,v 1.
20 2000/06/03 19:50:18
friedman Exp $
+;; $Id: eldoc.el,v 1.
17 2000/07/24 00:37:03
friedman Exp $
;; This file is part of GNU Emacs.
@@
-56,7
+56,6
@@
(defgroup eldoc nil
"Show function arglist or variable docstring in echo area."
- :group 'eldoc
:group 'lisp
:group 'extensions)